home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / lib / pcosbind.zoo / source.zoo / fcntl.s < prev    next >
Encoding:
Text File  |  1992-06-22  |  220 b   |  14 lines

  1. ;long Fcntl( int f, long arg, int cmd);    /* GEMDOS 0x104 */
  2.  
  3. .export Fcntl
  4. Fcntl:
  5. move.l a2,-(sp)
  6. move.w d2,-(sp)
  7. move.l d1,-(sp)
  8. move.w d0,-(sp)
  9. move.w #$104,-(sp)
  10. trap #1
  11. lea 10(sp),sp
  12. movea.l (sp)+,a2
  13. rts
  14.